.wzi {
  background: rgba(1, 31, 56, 0.15);
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 99999;
  padding-right: calc((100% - 12rem) / 2);
}
.wzi_time,
.wzi_ipv6,
.wzi_model {
  float: right;
  height: 20px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.wzi_time {
  width: auto;
  margin-right: 0.2rem;
}

.wzi_ipv6 {
  width: auto;
  margin-right: 0.2rem;
}

.wzi_model {
  width: auto;
  display: inline-block;
}

.wzi a:hover {
  color: #ffffff;
}
